V a r i a b l e   S t r i n g   B u t t o n N a m e 1 
 
 B u t t o n N a m e 1   =   " T e s t 1 " 
 
 
 
 B u t t o n   1   T e x t   B u t t o n N a m e 1 
 
 B u t t o n   2   T e x t   " B u t t o n 2 " 
 
 B u t t o n   4   T e x t   " B u t t o n 4 " 
 
 B u t t o n   5   T e x t   " B u t t o n 5 " 
 
 B u t t o n   6   T e x t   " B u t t o n 6 " 
 
 B u t t o n   7   T e x t   " B u t t o n 7 " 
 
 B u t t o n   8   T e x t   " B u t t o n 8 " 
 
 B u t t o n   9   T e x t   " B u t t o n 9 " 
 
 
 
 O p t i o n   S p e e d   4 
 
 F o r   v 1   =   1   T o   5 
 
 	 B u t t o n   B u t t o n N a m e 1   T e x t   B u t t o n N a m e 1   +   "   =   "   +   F o r m a t ( v 1 ,   " 0 " ) 
 
 	 B u t t o n   B u t t o n 2   T e x t   " T e s t 2   =   "   +   F o r m a t ( v 1 ,   " 0 " ) 
 
 	 B u t t o n   B u t t o n 4   T e x t   " "   +   F o r m a t ( R n d   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 5   T e x t   " "   +   F o r m a t ( R n d   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 6   T e x t   " "   +   F o r m a t ( S i n ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 7   T e x t   " "   +   F o r m a t ( C o s ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 8   T e x t   " "   +   F o r m a t ( T a n ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 9   T e x t   " "   +   F o r m a t ( L o g ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 P r i n t   v 1 
 
 	 W a i t   S e c o n d s   0 . 0 1 
 
 N e x t 
 
 
 
 O p t i o n   S p e e d   9 
 
 F o r   v 1   =   1   T o   5 0 
 
 	 B u t t o n   B u t t o n N a m e 1   T e x t   B u t t o n N a m e 1   +   "   =   "   +   F o r m a t ( v 1 ,   " 0 " ) 
 
 	 B u t t o n   B u t t o n 2   T e x t   " T e s t 2   =   "   +   F o r m a t ( v 1 ,   " 0 " ) 
 
 	 B u t t o n   B u t t o n 4   T e x t   " "   +   F o r m a t ( R n d   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 5   T e x t   " "   +   F o r m a t ( R n d   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 6   T e x t   " "   +   F o r m a t ( S i n ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 7   T e x t   " "   +   F o r m a t ( C o s ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 8   T e x t   " "   +   F o r m a t ( T a n ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 B u t t o n   B u t t o n 9   T e x t   " "   +   F o r m a t ( L o g ( R n d )   *   1 0 ,   " 0 . 0 0 0 0 0 " ) 
 
 	 P r i n t   v 1 
 
 	 W a i t   S e c o n d s   0 . 0 1 
 
 N e x t 
 
 
 
 
 
 